fix(live): disable storage services#2579
Conversation
|
According to my experiments, it is not necessary to disable systemd-udev.service in order to fix bsc#1246133. So I will add a commit removing that service from the list. We want to release a new version of Agama (and its corresponding live image) next week, so I prefer to keep changes to the minimum necessary. |
Turns out disabling only |
8124216 to
ae8229a
Compare
|
Ok. Let me make a summary. First of all, the third line would be I used this pull request as a base to do several unsuccessful experiments:
I'm running a final experiment before giving up and leaving this for the next tester. |
|
Looks like I finally found the option that works: masking (not disabling) I'm pretty sure we don't need them because libstorage-ng will take care of activating LVM. I'm also pretty sure that disabling them is not enough. So I modified this pull request according to those findings. |
ancorgs
left a comment
There was a problem hiding this comment.
I manually checked this and works as expected. I was able to complete the installation in a multipath system with a previous LVM and everything was correctly detected and later installed.
Prepare to release Agama 17: * #2459 * #2492 * #2526 * #2527 * #2528 * #2529 * #2530 * #2531 * #2532 * #2533 * #2534 * #2536 * #2537 * #2538 * #2540 * #2541 * #2542 * #2543 * #2544 * #2545 * #2546 * #2547 * #2548 * #2550 * #2551 * #2553 * #2554 * #2555 * #2556 * #2557 * #2558 * #2559 * #2560 * #2561 * #2562 * #2563 * #2564 * #2565 * #2566 * #2567 * #2568 * #2570 * #2571 * #2572 * #2575 * #2576 * #2577 * #2579 * #2580 * #2583 * #2584 * #2585 * #2586 * #2587 * #2588 * #2589 * #2591
Problem
Some services interfers with libstorage-ng activation.
https://bugzilla.suse.com/show_bug.cgi?id=1246133
Solution
Disable services.Mask the services. Disabling them was not enough.